home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / BASIC / LIB / EVENTSHELL / INDEX_ES < prev    next >
Text File  |  1996-05-18  |  7KB  |  144 lines

  1. EvntShell FTP Site Index
  2. ------------------------
  3.  
  4. The EvntShell shared resource is split up into several archives so that
  5. when a part of it is updated you don't need to download the whole lot
  6. again. The minimum working shared resource needed to run the demos
  7. consists of 'SHELL', 'SHELLRT' and 'EXTENSNS'.
  8.  
  9. EvntShell file ES_SRD (67K) 24-Feb-96
  10. This is a shared resource directory like !System in that shared code
  11. and modules are placed here. You need Extensions and ShellLibRT to
  12. complete the EvntShell suite.
  13.  
  14. EvntShell file SHELL version 2.16 (189K) 18-May-96
  15. The source code version of the library code. Should be placed inside the
  16. '!EvntShell' shared resource directory.
  17.  
  18. EvntShell file SHELLRT version 2.16 (73K) 18-May-96
  19. The compressed version of the library code. Should be placed inside the
  20. '!EvntShell' shared resource directory.
  21.  
  22. EvntShell file EXTENSNS version 2.15 (56K) 19-Apr-96
  23. Various EvntShell extension libraries to allow things like Colour
  24. selectors, font pickers and DrawFile support. Now includes a fix for
  25. the infamous 'how many days does January have' bug in the Calendar
  26. library. Whoops.
  27.  
  28. EvntShell file APPBUILD (39K) version 1.22 04-Mar-96
  29. This application is designed to create EvntShell applications,
  30. optionally as 'Stand Alone' applications or ones that depend on the
  31. !EvntShell application. A couple of bug fixes in this new version.
  32.  
  33. EvntShell file CHANGES version 2.16 (3K) 18-May-96
  34. An ASCII file of the change history of version 2 of EvntShell. Download
  35. this first to see what changes and bug fixes have been made.
  36.  
  37. EvntShell file DOCS version 2.16 (84K) 18-May-96
  38. EvntShell documentation in ASCII format
  39.  
  40. EvntShell file STRHLP version 2.16 (154K) 18-May-96
  41. EvntShell documentation in StrongHlp format (now cleaned up with the
  42. !StrongTst utility to ensure no dangling links/dead wood!)
  43.  
  44. EvntShell file COLPICK version 1.06 (13K) 01-Mar-96
  45. How to use the 24 bit colour selection facilities provided by
  46. EvntShell. The ColourPicker is an example of a quite complex set of
  47. routines that are easy to use and provide a simple service - in this
  48. case the selection of a 24 bit colour value.
  49.  
  50. EvntShell file DATALOAD version 1.18 (9K) 11-Nov-95
  51. This application is is a demonstration designed to show you how an
  52. EvntShell program can be set up to load datafiles. This application
  53. responds to load events for files of type &200 and &FFF (when the file
  54. is dragged to the icon bar icon) and template files (when a template
  55. file is dropped on the 'load target' icon in the window opened when
  56. SELECT is clicked on the icon bar icon). In addition any file/directory
  57. may be dragged to the icon in the main window.
  58.  
  59. EvntShell file DATEPICK version 1.01 (11K) 01-Mar-96
  60. EvntShell demo of a popup dbox that allows the selection of a date from
  61. a calendar type display.
  62.  
  63. EvntShell file EVNTEDIT version 1.06 (124K) 30-Mar-96
  64. This is an application rather like Acorn's ResEd in that events can be
  65. attached to windows and icons with an external editor. An EvntShell
  66. application then loads the event file when it starts up avoiding the
  67. need for lines of code within your application to attach the events.
  68.  
  69. EvntShell file FONTPICK version 1.03 (14K) 01-Mar-96
  70. EvntShell demo using the Font selection dbox and font menus.
  71.  
  72. EvntShell file MENUSORT version 1.00 (10K) 18-Feb-96
  73. EvntShell demo on how to sort a set of menu items (German verbs if
  74. anyone is interested).
  75.  
  76. EvntShell file MOVEC version 1.16 (11K) 17-Dec-95
  77. EvntShell handles drags between writable items automatically scrolling
  78. the window if necessary. Copying/Moving data between icons is also
  79. supported so that a list of CD track titles (for example) can be
  80. rearranged by the user.
  81.  
  82. EvntShell file OLE version 1.00 (11K) 25-Sep-94
  83. An EvntShell demo application for OLE (Object Linking and Embedding).
  84. The text in the icons can be sent to the system editor (!Edit etc) and
  85. when the file is re-saved the icons will be updated. This is not
  86. limited to text files; TestDraw shows how OLE for drawfiles can be
  87. implemented.
  88.  
  89. EvntShell file PANES version 1.11 (10K) 22-Mar-96
  90. This program is intended as a demonstration of what is possible
  91. using the EvntShell library, and shows how panes may be attached
  92. to parent windows. Now includes hiding attached panes as well.
  93.  
  94. EvntShell file PTRTRIX version 1.02 (10K) 01-Oct-95
  95. An EvntShell Demo application to show how the pointer entering or
  96. leaving a window can be detected.
  97.  
  98. EvntShell file REDRAW version 1.13 (7K) 01-Mar-96
  99. This program is intended as a demonstration of what is possible
  100. using the EvntShell library, and shows how to place user graphics
  101. (including outline fonts) in a desktop window.
  102.  
  103. EvntShell file REDRAW2 version 1.13 (12K) 11-Nov-95
  104. This program is intended as a demonstration of what is possible using
  105. the EvntShell library, and shows you how to draw a complicated pattern
  106. into a sprite and how to handle the redrawing. It also demonstrates
  107. plotting a scaled sprite and the use of ColourTrans to allow 24 bit
  108. colour values.
  109.  
  110. EvntShell file REDRAW3 version 1.00 (13K) 25-Nov-95
  111. How to draw a complicated pattern into a sprite which is embedded
  112. in a DrawFile buffer.
  113.  
  114. EvntShell file REGISTR (57K) version 1.00 24-Dec-95
  115. An application to create registration files for use with
  116. applications written using EvntShell version 2. The registration
  117. file should be placed in the application directory of the
  118. application which needs registering. Once the file has been
  119. created the 'ShareWare' banner displayed when the application
  120. starts will be disabled.
  121.  
  122. EvntShell file SHARBAN version 1.00 (10K) 24-Dec-95
  123. An EvntShell Demo application to show how a request for the user
  124. the register ShareWare can be achieved.
  125.  
  126. EvntShell file SHELLDB version 1.13 (13K) 15-Oct-95
  127. This is a simple desktop debugging tool for use with applications
  128. written using the EvntShell library. All it does is display trace
  129. messages generated by the library code and the user application.
  130.  
  131. EvntShell file SLIDERS version 1.03 (11K) 01-Oct-95
  132. An EvntShell Demo application to show how slider icons can be set up
  133. and controlled.
  134.  
  135. EvntShell file TESTDRAW version 1.06 (14K) 02-Apr-96
  136. This is a simple program to demonstrate how the EvntShell library can
  137. be used to create and display drawfiles. Note that as Acorn's DrawFile
  138. module is used to do the rendering Risc OS 3 is required.
  139.  
  140. EvntShell file TESTMENU version 1.03 (11K) 03-Oct-95
  141. A not so simple EvntShell test app to check out Alex Petrov's excellent
  142. MenuUtil module for handling menus. Features demonstrated include the
  143. use of 'popup' menus for easy selection of choices and the creation of
  144. menus from a text file.